home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / vollvers / adamaslg / ovl.src / extern.h < prev    next >
C/C++ Source or Header  |  1998-12-18  |  325b  |  22 lines

  1. #include <stdlib.h>
  2. #include <tos.h>
  3. #include <aes.h>
  4. #include <string.h>
  5.  
  6. #include "ovl.h"
  7. #include "prototyp.h"
  8.  
  9. extern int sys;
  10.  
  11. #define MGLOBAL 0x20
  12.  
  13. #define TRUE  1
  14. #define FALSE 0
  15.  
  16.  
  17. typedef struct
  18.                             {
  19.                             char *name;
  20.                             char *data;
  21.                             int  button_pressed, playing;
  22.                             }X32_INFO;